Talk is cheap, show me the codes.
瞎鸡儿写的一个用ESP8266开发板和SenseAir S8二氧化碳传感器, PMS5003ST做MQTT空气传感器的东西(病句警告)
pms的代码是基于gayhub上改的
由于是瞎写的所以代码逻辑混乱
放出来是因为闲的没事干
main.cpp
1 | #include <SoftwareSerial.h> |
pms5003ST.h
1 | #ifndef PMS_H |
pms5003ST.cpp
1 | #include "Arduino.h" |